home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_103 / GNVADEM5 / GNVADEMO.TXT < prev    next >
Text File  |  1998-03-14  |  26KB  |  642 lines

  1.                          Geneva 005 Demo Version
  2.  
  3.                    Copyright © 1996, Gribnif Software
  4.                            All rights reserved
  5.  
  6.  
  7. This archive may be copied freely, provided that it includes all of the
  8.                   original files in an unmodified form.
  9.  
  10.  
  11. Geneva is available from:
  12.  
  13.         Gribnif Software                Phone: (413) 532-2434
  14.         PO Box 779                        Fax: (413) 532-2540
  15.         Northampton, MA  01061
  16.         USA                             email: gribnif@pair.com
  17.  
  18.  
  19. Welcome to the Geneva demo. Because Geneva replaces a major part of the
  20. operating system, it has a large number of options and features that may
  21. not be obvious at first glance. Please read this text file thoroughly!
  22. Otherwise, you may miss out on important aspects of the program or wonder
  23. why something does not work as expected.
  24.  
  25. This text file is broken up into sections, as follows:
  26.  
  27.     o Files in This Demo
  28.     o What's Disabled
  29.     o About the Full Version
  30.  
  31.     o Setting It Up
  32.     o Running It
  33.         - Hey, What's This Blank Screen?
  34.     o Running Programs
  35.         - Geneva Run
  36.         - Cleaning Up the Clutter
  37.         - Single-tasking Mode
  38.         - The Process Manager
  39.  
  40.     o Tear-away Menus
  41.     o Menu Keyboard Equivalents
  42.     o Dialog Enhancements
  43.     o Geneva's Item Selector
  44.  
  45.     o Geneva's Options - The Task Manager
  46.         - Program Flags
  47.         - Important Notes About Flags
  48.  
  49.     o Quitting Geneva
  50.  
  51.     o Using the Demo with MiNT
  52.         - Installation With MiNT
  53.  
  54.     o If You Already Own Geneva
  55.     o Also Available
  56.  
  57.  
  58. Files in This Demo
  59. ------------------
  60.  
  61.   The Geneva demo version includes these files:
  62.  
  63.     GENEVA.PRG          The main program
  64.     GENEVA.CNF          Configuration file
  65.     GNVA_TOS.PRG        TOS/TTP in a window
  66.     GNVA_TOS.RSC
  67.     TASKMAN.ACC         Task Manager
  68.     TASKMAN.RSC
  69.     GNVARUN.ACC         Geneva Run - Program Launcher
  70.     GNVARUN.RSC
  71.     JAR10.PRG           Cookie jar installation program
  72.     GNVADEMO.TXT        You're reading it
  73.  
  74.  
  75. What's Disabled
  76. ---------------
  77.  
  78.   o Every few minutes, the "About Geneva" dialog will appear. Click
  79.     anywhere in the dialog to close it.
  80.  
  81.   o Settings (program flags, etc.) cannot be permanently saved to
  82.     GENEVA.CNF.
  83.  
  84.   o This version of Geneva cannot be run from the AUTO folder. It must be
  85.     run either from the desktop, or from MINT.CNF (if you are using MiNT.)
  86.  
  87.   o Commands to run programs from the GEM.CNF file (run, runacc, shell) do
  88.     not work.
  89.  
  90.   o The video resolution cannot be changed.
  91.  
  92.  
  93. About the Full Version
  94. ----------------------
  95.  
  96.   In addition to the things that are disabled for this demo, the full
  97.   version also has:
  98.  
  99.   o Online hypertext help and a help viewer.
  100.  
  101.   o A 150-page manual, with programming documentation.
  102.  
  103.   o An installation program that takes care of copying all the necessary
  104.     files to their correct locations.
  105.  
  106.   o The ability to change the mouse pointer shape, including the use of
  107.     animated shapes.
  108.  
  109.   o A special "debugging" version of Geneva for programmers, which helps to
  110.     point out common errors when testing applications.
  111.  
  112.   o A help file compiler.
  113.  
  114.  
  115. Setting It Up
  116. -------------
  117.  
  118.   In order to run the demo version of Geneva, you should have the following
  119.   files in the same directory:
  120.  
  121.     JAR10.PRG
  122.     GENEVA.PRG
  123.     GENEVA.CNF
  124.     GNVA_TOS.PRG
  125.     GNVA_TOS.RSC
  126.     TASKMAN.ACC
  127.     TASKMAN.RSC
  128.     GNVARUN.ACC
  129.     GNVARUN.RSC
  130.  
  131.   Note that, normally, Geneva reads a file called GEM.CNF to get some of
  132.   its other settings. In order to make this demo version easier to use, the
  133.   following settings are created internally if you do not use a GEM.CNF
  134.   file:
  135.  
  136.     setenv ACCPATH=<boot drive>:\
  137.     setenv PATH=,<folder where GENEVA.PRG is>
  138.     setenv ACCEXT=ACC,ACX
  139.     setenv GEMEXT=PRG,APP,GTP,EXE
  140.     setenv TOSEXT=TOS,TTP
  141.     setenv TOSRUN=<Geneva's path>\GNVA_TOS.PRG
  142.  
  143.   If you are familiar with the workings of GEM.CNF, you can create this
  144.   file yourself with a text editor to change these settings. If you don't
  145.   understand what GEM.CNF is, don't worry. The default values are probably
  146.   fine.
  147.  
  148.  
  149. Running It
  150. ----------
  151.  
  152.   To run Geneva, simply open GENEVA.PRG. The program will load and then try
  153.   to load any desk accessories on the boot drive (or, if you've changed it,
  154.   from the place where ACCPATH points.)
  155.  
  156.   Note that since this demo version of Geneva runs on top of any other
  157.   resident applications or desk accessories you may have loaded, the amount
  158.   of free memory you have available when Geneva appears may be limited. To
  159.   get more back, quit the demo (or reboot) and disable all of your desk
  160.   accessories before running the demo again.
  161.  
  162.  
  163. Hey, What's This Blank Screen?
  164. ------------------------------
  165.  
  166.   Geneva replaces the entire AES (Application Environment Services) portion
  167.   of the operating system. In so doing, it is impossible for you to
  168.   continue using the desktop that is part of your computer's ROMs.
  169.  
  170.   Of course, Geneva works especially well with our own NeoDesk 4. (The demo
  171.   version, of which, is also available.) It also works well with other
  172.   shells like Ease and Thing. Older desktops will work, but may only be
  173.   able to start new applications in "single-tasking" mode. This means that
  174.   you cannot return to the desktop until the child program has terminated.
  175.  
  176.   With the full version, a desktop can be installed so that it comes up
  177.   automatically whenever Geneva starts. Even if you would always be using a
  178.   desktop, it is still helpful to know what the purpose of the menu you are
  179.   now looking at is. It's called the Geneva Manager menu. It allows you to
  180.   run programs and gives you access to a few of Geneva's built-in options.
  181.  
  182.   Move the mouse into the menu bar over the "File" title. Hey, it didn't
  183.   pop down! That's because, by default, Geneva uses "pull-down" menus
  184.   instead of the "pop-down" menus you are used to. You need to click with
  185.   the left mouse button on the menu title and keep the button held while
  186.   you make a selection. This feature prevents menus from popping down at
  187.   inconvenient times. It can be changed back using a setting; more on that
  188.   later.
  189.  
  190.  
  191. Running Programs
  192. ----------------
  193.  
  194.   To run a program, go to the Geneva Manager's File->Open menu entry. This
  195.   opens Geneva's item selector (more about its features later on). You can
  196.   choose any program or desk accessory on your system and it will be
  197.   loaded. That's right, you can load a desk accessory when you want to, not
  198.   just by rebooting. You can also have as many of them as you want, memory
  199.   permitting. You are not limited to only six!
  200.  
  201.   For now, try running something that you know uses the menu bar, like
  202.   Atari Works or a desktop publishing program. When you have a program that
  203.   uses the menu bar, you can switch back to another application (like the
  204.   Geneva Manager menu) in one of several ways:
  205.  
  206.   o Go to the Desk menu. Here, applications (PRG's) are listed first
  207.     alphabetically, and desk accessories are listed underneath. You can
  208.     choose the name of a particular application to switch to it.
  209.  
  210.   o If another application has a window open, just click on that window to
  211.     make it topmost. If the new application has a menu bar, its menu bar is
  212.     now the current one.
  213.  
  214.   o Press [Alt][Tab] on the keyboard to cycle through the applications that
  215.     have windows and/or menu bars.
  216.  
  217.   Applications that are in the background are always able to use the
  218.   system, if they choose to. For instance, you can be downloading a file in
  219.   STalker at the same time you are copying some files in NeoDesk 4. Some
  220.   programs are not multitasking-aware and always take priority. Examples
  221.   are when you print a document in Atari Works or Pagestream. Essentially,
  222.   any time you still have access to the GEM menu bar, a program will
  223.   multitask well.
  224.  
  225.   If you run a TOS (or TTP) program, Geneva automatically runs a separate
  226.   program called Geneva TOS. This program then runs the child, and displays
  227.   its text in a window that you can scroll and select with the mouse.
  228.  
  229.  
  230. Geneva Run
  231. ----------
  232.  
  233.   Included with this demo is a shareware program launcher, Geneva Run. You
  234.   can call it up by running GNVARUN.ACC from the Geneva Manager's Open
  235.   menu entry. It can also be used as a program by changing its extension
  236.   to PRG.
  237.  
  238.   The documentation for Geneva Run normally comes in a Geneva hypertext
  239.   help file. Since the help file viewer is not included with this demo, we
  240.   will cover some of the basics of using this program.
  241.  
  242.   When it first opens, Geneva Run asks you for the name of a Group file.
  243.   Unless you already own NeoDesk 4, you won't have any group files, so
  244.   just use a name like "NEW.GRP".
  245.  
  246.   Now, you need to tell Geneva Run which programs you want to be able to
  247.   run from this group. Go to the Edit menu and select Add Entry. An item
  248.   selector appears, allowing you to choose a file (most likely a program)
  249.   from any location on your system.
  250.  
  251.   Next comes a dialog which gives you some options. "Name in Window" is
  252.   the name which appears in the list of items Geneva Run shows you. You
  253.   can use any character in this name, and it's a great way to give the
  254.   program a more descriptive name than would otherwise be able to fit into
  255.   8 characters. "Program type" is pretty self-explanatory; it controls how
  256.   the program is run. "Keyboard" lets you choose a keypress which can be
  257.   used to run that program, provided the group is open. Geneva Run need
  258.   not be the topmost application for this to work, but the correct group
  259.   window does have to be open.
  260.  
  261.   Several group windows can be open at once, and you can even nest groups
  262.   within groups, by using Add Entry. There is also the ability to install
  263.   documents to specific programs, but that is a little bit advanced for
  264.   this demo.
  265.  
  266.  
  267. Cleaning Up the Clutter
  268. -----------------------
  269.  
  270.   After you have a bunch of programs running at once (trying to reach that
  271.   256 window limit, are you?) you may want to close some of them. Here's a
  272.   neat trick: with a window on top, press [Alt][Esc] on the keyboard. The
  273.   window closes! That's just one of the many keyboard equivalents Geneva
  274.   lets you assign to window gadgets.
  275.  
  276.   Another thing you can do is to put an entire application "to sleep". Go
  277.   to the Desk menu and hold either [Shift] key while you select the
  278.   application's name. Any windows it has are automatically closed and its
  279.   menu bar is removed from the screen. You can also put the topmost
  280.   application to sleep by pressing [Control][Alt][Z] on the keyboard.
  281.  
  282.   But it's still there. All you need to do is return to the Desk menu and
  283.   click on its name again (without [Shift]) to restore it. Note that the
  284.   names of sleeping applications appear in italics.
  285.  
  286.   You can also terminate any application or desk accessory by holding
  287.   [Control] while clicking on its name. If an application does not support
  288.   the new AP_TERM message, you will get an alert warning you that it may
  289.   not be safe to terminate the application. Don't be too surprised if the
  290.   system crashes after proceeding. A small percentage of applications hook
  291.   into the system in such a way that the only safe way to quit them is by
  292.   using the regular method. Terminating an application is best used as a
  293.   last resort.
  294.  
  295.  
  296. The Process Manager
  297. -------------------
  298.  
  299.   Sometimes a program is misbehaving so badly that you can't even get to
  300.   the Desk menu. In this case, you can often call up Geneva's built-in
  301.   process manager by pressing [Control][Shift][Alt][keypad *]. This
  302.   presents you with a list that you can use to terminate, wake up, or put
  303.   to sleep any of the applications that are running.
  304.  
  305.   The "Details" button brings up a more in-depth description of each
  306.   process, which is intended mostly for programmers.
  307.  
  308.   If you are using MiNT, the manager also gives you a list of any processes
  309.   that are running but do not use Geneva at all, like a printer daemon or a
  310.   TOS program. These processes can be put to sleep or terminated just like
  311.   ones that use Geneva.
  312.  
  313.  
  314. Single-tasking Mode
  315. -------------------
  316.  
  317.   Many older applications were written long before anybody ever thought of
  318.   being able to run more than one program at a time. As a result, they
  319.   might not get along with other applications at the same time.
  320.  
  321.   Geneva offers an excellent solution for this problem: single-tasking
  322.   mode. As you run programs on your system, you may discover that some of
  323.   them cause the screen to be cleared completely, removing all other
  324.   applications. This is because Geneva comes pre-configured with a number
  325.   of popular programs set to single-task.
  326.  
  327.   When a single-tasking application is executed, all other applications are
  328.   put to sleep. When you quit the single-tasking app, the others wake up
  329.   automatically. But what if you want to get at the others without quitting
  330.   first? You can! If the single-tasking application uses the GEM menu bar,
  331.   just go to the Desk menu and select the name of one of the other
  332.   applications. The single-tasker goes to sleep and the others wake up. Its
  333.   name is now listed in small text in the Desk menu so that you know it is
  334.   single-tasking.
  335.  
  336.   An particular application can be set to single-task by turning the
  337.   "Multitasking" flag off in the Task Manager's Flags menu. This is
  338.   described in more detail later on.
  339.  
  340.  
  341. Tear-away Menus
  342. ---------------
  343.  
  344.   An extremely helpful feature of Geneva is the ability to "tear awawy" any
  345.   GEM program's menus, putting them into free-floating individual windows.
  346.  
  347.   To tear away a menu, place the mouse over a menu title (like "Desk") and
  348.   hold the [Control] key while clicking on the name. An outline will appear
  349.   so that you can drag the menu window to a new location. When you release
  350.   the mouse button, it appears where you dropped it.
  351.  
  352.   You can now click on the entries in this tear-away menu just like the
  353.   menu entries of the normal menu. The difference is that they are easier
  354.   to get to.
  355.  
  356.   There is also a special case, the "Desk" (leftmost) menu. When this menu
  357.   is torn-away, it becomes a list of applications, just like the Desk menu
  358.   itself. As you run new applications and quit them, the tear-away menu
  359.   gets updated automatically! You can also switch between applications, put
  360.   them to sleep, and terminate them using this tear-away.
  361.  
  362.  
  363. Menu Keyboard Equivalents
  364. -------------------------
  365.  
  366.   Using the keyboard to access programs can often be much faster than
  367.   always having to use the mouse. Many programs do not offer keyboard
  368.   equivalents for their menu entries, though. Geneva offers a solution.
  369.  
  370.   Hold the [Alt] key and press [Space]. The Desk menu at the top of the
  371.   screen suddenly opens! Having done this, you will notice that the first
  372.   menu entry is selected. You can move to the next menu entry by using the
  373.   down arrow on the keyboard. In fact, you can also move to the other menus
  374.   by using the left and right arrow keys, as well.
  375.  
  376.   To select a particular menu entry, just press [Space] or [Return]. To
  377.   exit the menu without doing anything, press [Esc] or [Undo].
  378.  
  379.   You may have also noticed some lines underneath letters in the menu
  380.   entries. If you press an underlined key on the keyboard, that menu entry
  381.   will be activated.
  382.  
  383.  
  384. Dialog Enhancements
  385. -------------------
  386.  
  387.   Geneva can generate keyboard equivalents for the dialogs of most
  388.   applications. Much like menu equivalents, they appear as lines underneath
  389.   buttons. When you hold the [Alt] key and press that letter, the button is
  390.   activated.
  391.  
  392.   A partial list of some of the other improvements Geneva offers:
  393.  
  394.   o Editable fields can be clicked on with the mouse, at any cursor
  395.     position. You can also use lots of editing keys, like [Shift][Arrow] to
  396.     move to the start/end of the line, and [Shift][Delete] to erase from
  397.     the current cursor position. The [Insert] key toggles insert/overwrite
  398.     text mode. Pressing [Clr/Home] presents you with a popup menu from
  399.     which you can select any ASCII character.
  400.  
  401.   o A button with the text "Cancel", "Quit", "Abort" or "Undo" can be
  402.     activated from the keyboard with the Undo key.
  403.  
  404.   o Alerts appear with a mover gadget in the upper right corner, allowing
  405.     you to drag them with the mouse.
  406.  
  407.  
  408. Geneva's Item Selector
  409. ----------------------
  410.  
  411.   Some of the many features sported by Geneva's item selector:
  412.  
  413.   o 1- or 2-column modes (the latter with folders on the left and files on
  414.     the right.)
  415.  
  416.   o Extended wildcard support for viewing more types of files at one time.
  417.  
  418.   o A "jump to root directory" [\] button.
  419.  
  420.   o A popup list of commonly used paths, that can also be activated with
  421.     function keys.
  422.  
  423.   o File tools for getting file info (and renaming), finding files,
  424.     copying, moving, deleting, etc.
  425.  
  426.   o A list of (editable) preset extensions, and a "Start" option to return
  427.     to the original extension(s).
  428.  
  429.   o A revolutionary search mode that allows you to type the first few
  430.     letters of a file's name. Start the mode by pressing [Tab].
  431.  
  432.   The "HELP" button in the item selector *does* work in the demo!
  433.  
  434.  
  435. Geneva's Options - The Task Manager
  436. -----------------------------------
  437.  
  438.   Most of Geneva's options can be controlled using the Task Manager,
  439.   TASKMAN.PRG (which can also be run as an accessory by renamign it to
  440.   TASKMAN.ACC.)
  441.  
  442.   The main window provides you with a list of all applications that are
  443.   currently running. You can double-click on an application's name to bring
  444.   it to the foreground. You can select an application's name and put it to
  445.   sleep or terminate it using the File menu contained in the Task Manager's
  446.   window. (Just click on a title to start the menu.)
  447.  
  448.   The Options menu controls various aspects of Geneva's configuration.
  449.   Most of them are self-explanatory. Rather than go into lots of detail,
  450.   let's explore some of the more important ones, in the Misc. Options menu:
  451.  
  452.   o "Pulldown menus" controls whether or not you need to click with the
  453.     mouse to start the menu bar.
  454.  
  455.   o "Grow/shrink boxes" controls the "flourish" that some programs use when
  456.     opening dialogs or windows. Turning this off can speed up these
  457.     programs.
  458.  
  459.   o "Preserve mouse on/off" keeps track of how many times an application
  460.     has turned the mouse on or off. That way, if you switch to another
  461.     application, the mouse will be in the state that application expects,
  462.     not the state of the old one.
  463.  
  464.   o "Preserve system colors" works in a similar manner. This is helpful
  465.     when you have a program that changes one or more of the main 16 system
  466.     colors. Without this option, dialogs and menus in other programs might
  467.     be unreadable.
  468.  
  469.   You cannot change the video mode in the demo version, nor can you save
  470.   Geneva's settings. Consequently, any changes you make in the Video and
  471.   Window/Menu Bar dialogs cannot take effect. You also cannot use the
  472.   "HELP" buttons in the Task Manager's dialogs.
  473.  
  474.  
  475. Program Flags
  476. -------------
  477.  
  478.   Here's where things can get a little sticky. You see, each application
  479.   you run can have its own set of flags, which tell Geneva what kind of
  480.   special handling it needs.
  481.  
  482.   Most of the flags provide increased compatibility with multitasking in
  483.   general, or Geneva in particular. To see this dialog, select the
  484.   "Permanent" menu entry in the Task Manager's File menu.
  485.  
  486.   o Multitasking: Try creating a new flag with this turned off if:
  487.     a) Button clicks "bleed through" to the application underneath
  488.     b) The program's dialog will not accept mouse clicks
  489.     c) Even when its windows are partially covered by ones belonging to
  490.        other applications, the program draws on top of the other windows.
  491.  
  492.   o Limit memory to...: Some programs grab all available memory when they
  493.     run, leaving no free RAM for other applications. This allows you to set
  494.     a limit, in kilobytes, for the application.
  495.  
  496.   o Optimize window redraws: Geneva can decrease the amount of time an
  497.     application needs to spend redrawing windows. However, if you notice
  498.     that a program's windows are not being updated properly, try turning
  499.     this flag off.
  500.  
  501.   A quick note, to avoid confusion: The "Temporary" menu entry only
  502.   controls flags for the current instance of the application. Once the
  503.   program quits, any changes to the temporary flags are lost.
  504.  
  505.   Don't worry too much. All of the flags in this dialog are explained in
  506.   more detail in both the manual and the online help of the full version of
  507.   Geneva.
  508.  
  509.  
  510. Important Notes About Flags
  511. ---------------------------
  512.  
  513.   By default, there are some program flags that are set up to provide
  514.   greater compatibility, which can also sometimes interfere:
  515.  
  516.   o Calamus SL: There is a program flag for CALAMUS.PRG which has "Limit
  517.     memory to..." turned on. This is because without the flag, Calamus 1.09
  518.     will grab all available memory. When using Calamus SL, you should
  519.     either turn this flag off, or just delete the whole set of flags for
  520.     Calamus.
  521.  
  522.   o Pagestream: Similarly, Pagestream will also grab all of your memory, if
  523.     allowed to. The default flag has a limit set for 2.5 Mb. If this is too
  524.     small, you will need to increase the number.
  525.  
  526.  
  527. Quitting Geneva
  528. ---------------
  529.  
  530.   When you are through trying the demo, you can quit it by selecting "Quit
  531.   Geneva" from the Geneva Manager menu. Any applications or desk
  532.   accessories that are in memory will be terminated. It is strongly
  533.   recommended that you manually quit the ones you can first, otherwise you
  534.   may get unexpected results (as described above in the "Cleaning Up the
  535.   Clutter" section.) Of course, you can always just reboot your computer if
  536.   problems arise.
  537.  
  538.  
  539. Using the Demo with MiNT
  540. ------------------------
  541.  
  542.   Geneva can be used with MiNT (MiNT is Now TOS), from Eric Smith and Atari
  543.   Corp. Without MiNT, Geneva runs in cooperative multitasking mode (where
  544.   switching to another process depends on it making calls to the AES).
  545.   With MiNT, Geneva uses preemptive multitasking (which gives an equal
  546.   amount of time to each process, regardless of what it is doing.)
  547.  
  548.   All of MiNT's normal features are available, like pipes, alternate
  549.   filesystems, etc. However, while the preemptive mode does prevent
  550.   programs from tying up the entire system, it is generally slower and
  551.   continues to get slower the more processes you run. This mode is also
  552.   less compatible with older applications.
  553.  
  554.   In order to conserve space, we do not distribute MiNT with this demo, but
  555.   it is included with the full package. MiNT can be obtained from various
  556.   free sources, like atari.archive.umich.edu, ftp.toad.net, and from online
  557.   services like GEnie.
  558.  
  559.   Geneva was tested with version 1.12 of MiNT. Older versions may or may
  560.   not work properly.
  561.  
  562.  
  563. Installation With MiNT
  564. ----------------------
  565.  
  566.   The demo version can only be run in this way with MiNT. The full version
  567.   is a little more flexible:
  568.  
  569.   o JARxxx.PRG must run in the AUTO folder before MINTNP.PRG.
  570.  
  571.   o If you use NeoDesk, you must run NEOLOAD.PRG in the AUTO folder before
  572.     MINTNP.PRG. Generally speaking, most TSR's work best when run in the
  573.     AUTO folder prior to MINTNP.PRG.
  574.  
  575.   o MINTNP.PRG should be in the AUTO folder, in the last physical position.
  576.     The current version of Geneva cannot be used with memory protection
  577.     (MINT.PRG).
  578.  
  579.   o MINT.CNF, in the root directory of the boot drive, should contain the
  580.     line:
  581.  
  582.     INIT=<path>\geneva.prg
  583.  
  584.     For example, if you have copied GENEVA.PRG to the folder C:\GENEVA\,
  585.     use the line:
  586.  
  587.     INIT=c:\geneva\geneva.prg
  588.  
  589.     The MINT.CNF must not contain any other "INIT=..." lines.
  590.  
  591.  
  592. If You Already Own Geneva
  593. -------------------------
  594.  
  595.   Anyone who already has an older version of Geneva can get patch programs
  596.   to update them to release 005. For $5 + $.65 S&H (slightly higher outside
  597.   North America), we will send these programs to you on a disk. Updating is
  598.   a simple matter of running the patch program(s), which modify your
  599.   original master disk.
  600.  
  601.  
  602. Also Available
  603. --------------
  604.  
  605.   Geneva is not only available on its own for $69.95, but it can also be
  606.   purchased in a package combined with our award winning desktop, NeoDesk
  607.   4 for just $129.95. (Prices do not include shipping; please contact us
  608.   for more information.)
  609.  
  610.   Another product which is available only directly from Gribnif Software
  611.   is the Geneva Utilities Disk 2.0. It includes three programs:
  612.  
  613.   o Geneva View is a simple, efficient, text file displayer. It has a
  614.     modern windowed interface, with scroll bars, a resizing gadget, and a
  615.     menu of options within the window itself. Files can be displayed either
  616.     one page at a time, or in one go. You can display files in any GDOS
  617.     font you like, and even show them as a hexadecimal dump. Very easy to
  618.     use and configure!
  619.  
  620.   o Geneva Desk allows you to change the pattern and color of the default
  621.     desktop, which appears when you are not using a desktop shell, or when
  622.     you run a singletasking application. You can choose from a wide
  623.     variety of colors and patterns or, if you have NeoDesk 4, you can even
  624.     use its picture and Desktop Notes!
  625.  
  626.   o The most important program on the disk is Geneva Macros 2.0. This macro
  627.     recorder and editor will store any sequence of timer, mouse button,
  628.     mouse movement, or keyboard actions and then play them back when you
  629.     press a key. It's great for automating things like running a program
  630.     and putting it to sleep immediately, or tearing-off a menu you use
  631.     frequently.
  632.  
  633.     Of course, you can also edit the individual steps that comprise a
  634.     macro, using the full cut & paste interface.
  635.  
  636.     Geneva macros can also be set to look for a specific macro set for
  637.     every application you run, dynamically changing when you switch
  638.     between applications.
  639.  
  640.   All three of these programs are available on one disk for just $15 +
  641.   $.65 S&H (in North America).
  642.